home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 4_misc / set / status_mail < prev    next >
Text File  |  2001-03-21  |  604b  |  20 lines

  1. Synopsis:
  2.    set status_mail [<text>]
  3.  
  4. Description:
  5.    This variable sets the string displayed in the status bar when email is
  6.    present in the user's mailbox.  The mail does not necessarily need to
  7.    be new.  If the user's mailbox is empty, nothing is displayed.
  8.  
  9.    This string is represented as %M in the STATUS_FORMAT string.  Within
  10.    STATUS_MAIL, the expando will expand to the number of messages in the
  11.    mailbox.
  12.  
  13. Examples:
  14.    Customizing the string displayed when the mailbox contains messages:
  15.       /set status_mail Mail: %M
  16.  
  17. See Also:
  18.    set(4) mail, status_format
  19.  
  20.